Removed the resetting_context flag from GtkTreeViewColumn private data
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 12 Dec 2010 07:43:07 +0000 (16:43 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 12 Dec 2010 07:43:07 +0000 (16:43 +0900)
commit46c49ee260b45da13282df6711c56b74a74d0d3d
tree0452674c51d28c0d9350fe4736456bdca2228fbe
parentfa71b24e9a30f85a5ab6153ca2f4aff7792329c7
Removed the resetting_context flag from GtkTreeViewColumn private data

No longer need to detect if we're currently resetting the context since
the context properly now avoids re-triggering the reset by properly
avoiding to notify properties that dont change as a result of the reset.
gtk/gtktreeviewcolumn.c